home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-08-17 | 599 b | 31 lines | [TEXT/MPS ] |
- ;
- ; File: Strings.a
- ;
- ; Contains: Pascal <-> C String Interfaces.
- ;
- ; Version: Technology: System 7.5
- ; Release: Universal Interfaces 3.2
- ;
- ; Copyright: © 1985-1998, 1996-1997 by Apple Computer, Inc., all rights reserved
- ;
- ; Bugs?: For bug reports, consult the following page on
- ; the World Wide Web:
- ;
- ; http://developer.apple.com/bugreporter/
- ;
- ;
- ;
- ; Note: All Pascal <-> C String routines have moved to TextUtils.h
- ;
- ;
-
- IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
- __STRINGS__ SET 1
-
- IF &TYPE('__TEXTUTILS__') = 'UNDEFINED' THEN
- include 'TextUtils.a'
- ENDIF
-
- ENDIF ; __STRINGS__
-
-